From: Kenichi Handa Date: Mon, 12 Nov 2007 02:30:30 +0000 (+0000) Subject: (face_for_overlay_string): Call lookup_face with X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~24424^2~276 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ce9c2e7b3b0ccff5167bb3672cb6f2da652f522e;p=emacs.git (face_for_overlay_string): Call lookup_face with correct arguments (fix of synching with the trunk). --- diff --git a/src/xfaces.c b/src/xfaces.c index fd7dbb88133..206dc685814 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -8292,7 +8292,7 @@ face_for_overlay_string (w, pos, region_beg, region_end, /* Look up a realized face with the given face attributes, or realize a new one for ASCII characters. */ - return lookup_face (f, attrs, 0, NULL); + return lookup_face (f, attrs); }